home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / Apple Scanner Training / Apple Scanner / card_2408.txt < prev    next >
Text File  |  1990-04-02  |  2KB  |  101 lines

  1. -- card: 2408 from stack: in
  2. -- bmap block id: 7114
  3. -- flags: 4000
  4. -- background id: 6653
  5. -- name: Stack Home Card
  6. ----- HyperTalk script -----
  7. on openCard
  8.   hide menuBar
  9. end openCard
  10.  
  11.  
  12.  
  13. -- part 40 (button)
  14. -- low flags: 00
  15. -- high flags: A004
  16. -- rect: left=7 top=317 right=338 bottom=110
  17. -- title width / last selected line: 0
  18. -- icon id / first selected line: 0 / 0
  19. -- text alignment: 1
  20. -- font id: 0
  21. -- text size: 12
  22. -- style flags: 0
  23. -- line height: 16
  24. -- part name: Setup
  25. ----- HyperTalk script -----
  26. on mouseUp
  27.   visual effect zoom open
  28.   go to stack "Set-Up"
  29. end mouseUp
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36. -- part 42 (button)
  37. -- low flags: 00
  38. -- high flags: 8004
  39. -- rect: left=46 top=141 right=162 bottom=174
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 1
  43. -- font id: 0
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: About This Stack
  48. ----- HyperTalk script -----
  49. on mouseUp
  50.   visual effect scroll left
  51.   go to card "Introduction"
  52. end mouseUp
  53.  
  54.  
  55.  
  56. -- part 56 (field)
  57. -- low flags: 00
  58. -- high flags: 0000
  59. -- rect: left=53 top=17 right=37 bottom=93
  60. -- title width / last selected line: 0
  61. -- icon id / first selected line: 0 / 0
  62. -- text alignment: 0
  63. -- font id: 3
  64. -- text size: 12
  65. -- style flags: 0
  66. -- line height: 16
  67. -- part name: 
  68.  
  69.  
  70. -- part 57 (field)
  71. -- low flags: 00
  72. -- high flags: 0000
  73. -- rect: left=19 top=18 right=39 bottom=128
  74. -- title width / last selected line: 0
  75. -- icon id / first selected line: 0 / 0
  76. -- text alignment: 0
  77. -- font id: 3
  78. -- text size: 12
  79. -- style flags: 0
  80. -- line height: 16
  81. -- part name: 
  82.  
  83.  
  84. -- part 61 (button)
  85. -- low flags: 00
  86. -- high flags: 0000
  87. -- rect: left=220 top=308 right=342 bottom=263
  88. -- title width / last selected line: 0
  89. -- icon id / first selected line: 21700 / 21700
  90. -- text alignment: 1
  91. -- font id: 0
  92. -- text size: 12
  93. -- style flags: 0
  94. -- line height: 16
  95. -- part name: 
  96. ----- HyperTalk script -----
  97. on mouseUp
  98.   domenu home
  99. end  mouseUp
  100.  
  101.